From: Hans van Kranenburg Date: Sat, 4 Feb 2023 16:57:23 +0000 (+0100) Subject: debian/shuffle-boot-files: fix typo X-Git-Tag: archive/raspbian/4.17.1+2-gb773c48e36-1+rpi1~1^2~34 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=04c480f53ebcdee95066ea55797de5c8e0fc500b;p=xen.git debian/shuffle-boot-files: fix typo The tree picture changed, but I didn't correct the names in the text. :-) Signed-off-by: Hans van Kranenburg --- diff --git a/debian/shuffle-boot-files b/debian/shuffle-boot-files index 8e4f1687f6..a4ddf15018 100755 --- a/debian/shuffle-boot-files +++ b/debian/shuffle-boot-files @@ -71,8 +71,8 @@ done # prevent filenames from changing during a stable security update. # # For consistency with the file names in boot/, we also add the flavour -# name here. So, for example xen-4.17.0.efi.map.gz is renamed to -# xen-4.17-amd64.efi.map.gz +# name here. So, for example xen-4.17.0.efi.map is renamed to +# xen-4.17-amd64.efi.map find "$t/usr/lib/debug" -maxdepth 1 -name 'xen*' -type f -print | while read f; do head="${f%$verstring*}" tail="${f#*$verstring}"